projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1d1081
)
[IA64] Fix parallel build; directory must exist before making symlink
author
Alex Williamson
<alex.williamson@hp.com>
Tue, 28 Aug 2007 18:24:27 +0000
(12:24 -0600)
committer
Alex Williamson
<alex.williamson@hp.com>
Tue, 28 Aug 2007 18:24:27 +0000
(12:24 -0600)
Signed-off-by: Aron Griffis <aron@hp.com>
tools/libxc/ia64/Makefile
patch
|
blob
|
history
diff --git
a/tools/libxc/ia64/Makefile
b/tools/libxc/ia64/Makefile
index fd361045e23f0729f9c47d8030d32d03c918ad2a..8a23024b24b1de8ebe129377b49ed6d5d8853e06 100644
(file)
--- a/
tools/libxc/ia64/Makefile
+++ b/
tools/libxc/ia64/Makefile
@@
-43,7
+43,7
@@
mk-symlinks-acpi: $(IA64_HDR_DIRS) $(IA64_EMPTY_FILES) $(DOMFW_ASM_HDRS)
( cd ia64/acpi/platform && ln -sf ../../../$(XEN_ROOT)/xen/include/acpi/platform/*.h .)
( cd ia64/acpi/platform/ && ln -sf ../../aclinux.h .)
( cd ia64/xen && ln -sf ../../$(XEN_ROOT)/xen/include/xen/acpi.h .)
-mk-symlinks-misc:
+mk-symlinks-misc:
$(IA64_HDR_DIRS)
( cd ia64/asm && ln -sf ../../$(XEN_ROOT)/xen/include/asm-ia64/linux-xen/asm/kregs.h .)
build: mk-symlinks-acpi mk-symlinks-misc